type google.golang.org/protobuf/encoding/protojson.unmarshalFunc

3 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		well_known_types.go#L61: type unmarshalFunc func(decoder, protoreflect.Message) error
		well_known_types.go#L65: func wellKnownTypeUnmarshaler(name protoreflect.FullName) unmarshalFunc {
		well_known_types.go#L357: func (d decoder) unmarshalAnyValue(unmarshal unmarshalFunc, m protoreflect.Message) error {